func math.archFrexp

2 uses

	math (current package)
		frexp.go#L19: 		return archFrexp(f)
		stubs.go#L92: func archFrexp(x float64) (float64, int) {